Intersoft ClientUI Documentation
UXGridViewColumn Class Members
See Also  Fields  Properties  Methods  Send Feedback
Intersoft.Client.UI.Data Namespace : UXGridViewColumn Class


The following tables list the members exposed by UXGridViewColumn.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)BackgroundPropertyIdentifies the Background dependency property.  
public Fieldstatic (Shared in Visual Basic)CellHorizontalAlignmentPropertyIdentifies the CellHorizontalAlignment dependency property.  
public Fieldstatic (Shared in Visual Basic)CellVerticalAlignmentPropertyIdentifies the CellVerticalAlignment dependency property.  
public Fieldstatic (Shared in Visual Basic)VisibilityPropertyIdentifies the Visibility dependency property.  
Top

Public Properties

 NameDescription
public PropertyActualWidthGets the current width of the column in pixels.  
public PropertyBackgroundGets or sets the background brush for all cells belong to this column.  
public PropertyCanUserFilterGets or sets a value that indicates whether the user can filter the data from this column.  
public PropertyCanUserGroupGets or sets a value that indicates whether the user can group this column.  
public PropertyCanUserReorderGets or sets a value that indicates whether the user can change the column display position by dragging the column header.  
public PropertyCanUserResizeGets or sets a value that indicates whether the user can adjust the column width using the mouse.  
public PropertyCanUserSortGets or sets a value that indicates whether the user can sort the column by clicking the column header.  
public PropertyCellHorizontalAlignmentGets or sets the horizontal alignment for all cells belong to this column.  
public PropertyCellStyleGets or sets the style that is used when rendering cells in the column.  
public PropertyCellTemplateGets or sets the template that is used when rendering cells in the column.  
public PropertyCellVerticalAlignmentGets or sets the vertical alignment for all cells belong to this column.  
public PropertyClipboardContentBindingGets or sets the binding that provides access to cell contents for clipboard operations.  
public PropertyColumnFooterCellStyleGets or sets the style that is used when rendering column footer cells in the column.  
public PropertyColumnFooterCellTemplateGets or sets the template that is used when rendering column footer cells in the column.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayIndexGets or sets the display position of the column relative to the other columns in the UXGridView.  
public PropertyDragIndicatorStyleGets or sets the style that is used to render the column while it is being dragged.  
public PropertyHeaderGets or sets the content of the column header.  
public PropertyHeaderBindingGets or sets the content of the column header binding.  
public PropertyHeaderStyleGets or sets the style that is used when rendering the column header.  
public PropertyHeaderTemplateGets or sets the template that is used when rendering the column header.  
public PropertyIsAutoGeneratedGets a value that indicates whether the column is auto-generated.  
public PropertyIsFrozenGets a value that indicates whether the column is prevented from scrolling horizontally.  
public PropertyIsReadOnlyGets or sets a value that indicates whether cells in the column can be edited.  
public PropertyMaxWidthGets or sets the maximum column width in pixels.  
public PropertyMinWidthGets or sets the minimum column width in pixels.  
public PropertyOwningGridGets the owning grid of this column.  
public PropertyRowGroupFooterCellStyleGets or sets the style that is used when rendering row group footer cells in the column.  
public PropertyRowGroupFooterCellTemplateGets or sets the template that is used when rendering row group footer cells in the column.  
public PropertyRowGroupHeaderTemplateGets or sets the template that is used when rendering row group header.  
public PropertySortMemberPathGets or sets a property name, or a period-delimited hierarchy of property names, that indicates the member to sort by.  
public PropertyVisibilityGets or sets the visibility of the column.  
public PropertyWidthGets or sets the column width or automatic sizing mode.  
Top

Public Methods

 NameDescription
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodGetAnimationBaseValue (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)GetColumnContainingElementReturns the column that contains the specified element.  
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSetValue (Inherited from System.Windows.DependencyObject)
Top

Protected Methods

 NameDescription
protected MethodCancelCellEditWhen overridden in a derived class, causes the column cell being edited to revert to the unedited value.  
protected MethodGenerateEditingElementWhen overridden in a derived class, gets an editing element that is bound to the column's Binding property value.  
protected MethodGenerateElementWhen overridden in a derived class, gets a read-only element that is bound to the column's Binding property value.  
protected MethodGenerateFooterElementWhen overridden in a derived class, gets a footer element of this column.  
protected MethodNotifyPropertyChangedCalled by a specific column type when one of its properties changes and its current cells need to be updated.  
protected MethodPrepareCellForEditWhen overridden in a derived class, called when a cell in the column enters editing mode.  
Top

See Also

© 2012 All Rights Reserved.