Intersoft ClientUI Documentation
UXGridViewCheckBoxColumn Class Members
Properties  Methods 


The following tables list the members exposed by UXGridViewCheckBoxColumn.

Public Constructors
 NameDescription
Public ConstructorUXGridViewCheckBoxColumn Constructor Initializes a new instance of the UXGridViewCheckBoxColumn class.  
Top
Public Properties
 NameDescription
Public PropertyActualWidth Gets the current width of the column in pixels. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyAggregate Gets or sets the aggregate function for this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyBackground Gets or sets the background brush for all cells belong to this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyBinding Gets or sets the binding that associates the column with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyCanUserFilter Gets or sets a value that indicates whether the user can filter the data from this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCanUserGroup Gets or sets a value that indicates whether the user can group this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCanUserReorder Gets or sets a value that indicates whether the user can change the column display position by dragging the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCanUserResize Gets or sets a value that indicates whether the user can adjust the column width using the mouse. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCanUserSort Gets or sets a value that indicates whether the user can sort the column by clicking the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCellEditingTemplate Gets or sets the template that is used to display the contents of a cell that is in editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyCellHorizontalAlignment Gets or sets the horizontal alignment for all cells belong to this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCellStyle Gets or sets the style that is used when rendering cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCellTemplate Gets or sets the template that is used when rendering cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyCellVerticalAlignment Gets or sets the vertical alignment for all cells belong to this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyClipboardContentBinding Gets or sets the binding that provides access to cell contents for clipboard operations. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyColumnFooterCellStyle Gets or sets the style that is used when rendering column footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyColumnFooterCellTemplate Gets or sets the template that is used when rendering column footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject)
Public PropertyDisplayIndex Gets or sets the display position of the column relative to the other columns in the UXGridView. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyDragIndicatorStyle Gets or sets the style that is used to render the column while it is being dragged. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyEditingElementStyle Gets or sets the style that is used when rendering the element that the column displays for a cell in editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyElementStyle Gets or sets the style that is used when rendering the element that the column displays for a cell that is not in editing mode. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterDisplayMemberPath Gets or sets the display member path for filter element. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterItemContainerStyle Gets or sets the item container style for filter element. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterItems Gets collection of filter items used by data filtering feature of this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterItemsBinding Gets or sets the binding that associates the filter element of this column with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterItemTemplate Gets or sets the item template for filter element. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterMemberPath (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterSearchBoxVisibility Gets or sets the data filter's search box element visibility. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFilterValuePath (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyFooterFormatString Gets or sets the column footer format string. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyGroupConverter Gets or sets the group value converter. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyGroupFooterFormatString Gets or sets the group footer format string. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyGroupHeaderFormatString Gets or sets the group header format string. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyHeader Gets or sets the content of the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyHeaderBinding Gets or sets the content of the column header binding. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyHeaderStyle Gets or sets the style that is used when rendering the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyHeaderTemplate Gets or sets the template that is used when rendering the column header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyIsAutoGenerated Gets a value that indicates whether the column is auto-generated. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyIsBatchFilter Gets or sets a value that indicates whether batch filtering is enabled. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyIsCellBusyBinding Gets or sets the binding that associates the IsCellBusy attribute with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyIsFrozen Gets a value that indicates whether the column is prevented from scrolling horizontally. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyIsReadOnly Gets or sets a value that indicates whether cells in the column can be edited. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyIsReadOnlyBinding Gets or sets the binding that associates the IsReadOnly attribute with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyIsThreeState Gets or sets a value that indicates whether the hosted UXCheckBox controls allow three states or two.  
Public PropertyMaxWidth Gets or sets the maximum column width in pixels. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyMinWidth Gets or sets the minimum column width in pixels. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyRowGroupFooterCellStyle Gets or sets the style that is used when rendering row group footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyRowGroupFooterCellTemplate Gets or sets the template that is used when rendering row group footer cells in the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyRowGroupHeaderTemplate Gets or sets the template that is used when rendering row group header. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertySortMemberPath Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyValidationBinding Gets or sets the binding that associates the column with a property in the data source. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyValueListSource Gets or sets a collection used as value list source of this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public PropertyVisibility Gets or sets the visibility of the column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyVisibilityBinding (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public PropertyWidth Gets or sets the column width or automatic sizing mode. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Top
Public Methods
 NameDescription
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodGetAggregateValue Get the aggregate value. (Inherited from Intersoft.Client.UI.Data.UXGridViewBoundColumn)
Public MethodGetAnimationBaseValueReturns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject)
Public MethodGetCellContentOverloaded.  Gets the Content property value for the cell at the intersection of this column and the row that represents the specified data item. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top
Protected Methods
 NameDescription
Protected MethodCancelCellEditOverridden.  Causes the column cell being edited to revert to the specified value.  
Protected MethodGenerateEditingElementOverridden.  Gets a UXCheckBox control that is bound to the column's Binding property value.  
Protected MethodGenerateElementOverridden.  Gets a read-only UXCheckBox element that is bound to the column's Binding property value.  
Protected MethodGenerateFooterElement When overridden in a derived class, gets a footer element of this column. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Protected MethodNotifyPropertyChanged Called by a specific column type when one of its properties changes and its current cells need to be updated. (Inherited from Intersoft.Client.UI.Data.UXGridViewColumn)
Protected MethodPrepareCellForEditOverridden.  Called when a cell in the column enters editing mode.  
Top
See Also

Reference

UXGridViewCheckBoxColumn Class
Intersoft.Client.UI.Data Namespace

Send Feedback