Intersoft ClientUI Documentation
UXGridViewColumn Class Members
Fields  Properties  Methods 


The following tables list the members exposed by UXGridViewColumn.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)BackgroundProperty Identifies the Background dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellHorizontalAlignmentProperty Identifies the CellHorizontalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)CellVerticalAlignmentProperty Identifies the CellVerticalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)VisibilityProperty Identifies the Visibility dependency property.  
Top
Public Properties
 NameDescription
Public PropertyActualWidth Gets the current width of the column in pixels.  
Public PropertyBackground Gets or sets the background brush for all cells belong to this column.  
Public PropertyCanUserFilter Gets or sets a value that indicates whether the user can filter the data from this column.  
Public PropertyCanUserGroup Gets or sets a value that indicates whether the user can group this column.  
Public PropertyCanUserReorder Gets or sets a value that indicates whether the user can change the column display position by dragging the column header.  
Public PropertyCanUserResize Gets or sets a value that indicates whether the user can adjust the column width using the mouse.  
Public PropertyCanUserSort Gets or sets a value that indicates whether the user can sort the column by clicking the column header.  
Public PropertyCellHorizontalAlignment Gets or sets the horizontal alignment for all cells belong to this column.  
Public PropertyCellStyle Gets or sets the style that is used when rendering cells in the column.  
Public PropertyCellTemplate Gets or sets the template that is used when rendering cells in the column.  
Public PropertyCellVerticalAlignment Gets or sets the vertical alignment for all cells belong to this column.  
Public PropertyClipboardContentBinding Gets or sets the binding that provides access to cell contents for clipboard operations.  
Public PropertyColumnFooterCellStyle Gets or sets the style that is used when rendering column footer cells in the column.  
Public PropertyColumnFooterCellTemplate Gets or sets the template that is used when rendering column footer cells in the column.  
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.  
Public PropertyDragIndicatorStyle Gets or sets the style that is used to render the column while it is being dragged.  
Public PropertyHeader Gets or sets the content of the column header.  
Public PropertyHeaderBinding Gets or sets the content of the column header binding.  
Public PropertyHeaderStyle Gets or sets the style that is used when rendering the column header.  
Public PropertyHeaderTemplate Gets or sets the template that is used when rendering the column header.  
Public PropertyIsAutoGenerated Gets a value that indicates whether the column is auto-generated.  
Public PropertyIsFrozen Gets a value that indicates whether the column is prevented from scrolling horizontally.  
Public PropertyIsReadOnly Gets or sets a value that indicates whether cells in the column can be edited.  
Public PropertyMaxWidth Gets or sets the maximum column width in pixels.  
Public PropertyMinWidth Gets or sets the minimum column width in pixels.  
Public PropertyOwningGrid Gets the owning grid of this column.  
Public PropertyRowGroupFooterCellStyle Gets or sets the style that is used when rendering row group footer cells in the column.  
Public PropertyRowGroupFooterCellTemplate Gets or sets the template that is used when rendering row group footer cells in the column.  
Public PropertyRowGroupHeaderTemplate Gets or sets the template that is used when rendering row group header.  
Public PropertySortMemberPath Gets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by.  
Public PropertyVisibility Gets or sets the visibility of the column.  
Public PropertyVisibilityBinding  
Public PropertyWidth Gets or sets the column width or automatic sizing mode.  
Top
Public Methods
 NameDescription
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
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.  
Public Methodstatic (Shared in Visual Basic)GetColumnContainingElement Returns the column that contains the specified element.  
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 MethodCancelCellEdit When overridden in a derived class, causes the column cell being edited to revert to the unedited value.  
Protected MethodGenerateEditingElement When overridden in a derived class, gets an editing element that is bound to the column's Binding property value.  
Protected MethodGenerateElement When overridden in a derived class, gets a read-only 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.  
Protected MethodNotifyPropertyChanged Called by a specific column type when one of its properties changes and its current cells need to be updated.  
Protected MethodPrepareCellForEdit When overridden in a derived class, called when a cell in the column enters editing mode.  
Top
See Also

Reference

UXGridViewColumn Class
Intersoft.Client.UI.Data Namespace

Send Feedback