BaseColumn Properties
Serves as a base for classes that represent columns or card fields.Name | Description |
---|---|
ActualAllowMoving | Gets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. |
ActualAllowResizing | Gets whether an end-user can resize this column. This is a dependency property. |
ActualBandCellLeftSeparatorColor | Gets an actual color of the left band separator. This is a dependency property. |
ActualBandCellRightSeparatorColor | Gets an actual color of the right band separator. This is a dependency property. |
ActualBandHeaderLeftSeparatorColor | Gets an actual color of the band header’s left separator. This is a dependency property. |
ActualBandHeaderRightSeparatorColor | Gets an actual color of the band header’s right separator. This is a dependency property. |
ActualBandLeftSeparatorWidth | Gets the actual width of the band’s left separator. This is a dependency property. |
ActualBandRightSeparatorWidth | Gets the actual width of the band’s right separator. This is a dependency property. |
ActualCellToolTipTemplate | Gets the actual cell tooltip template applied to the current column. This is a dependency property. |
ActualHeaderStyle | Gets an actual style applied to the column’s header. This is a dependency property. |
ActualHeaderTemplateSelector | Gets the actual template selector that chooses a header template based on custom logic. This is a dependency property. |
ActualHeaderToolTipTemplate | Gets the actual template that defines the tooltip’s presentation. This is a dependency property. |
ActualHeaderWidth | Gets the column header’s width. This is a dependency property. |
ActualWidth | Gets the column’s width. This is a dependency property. |
AllowBestFit | Gets or sets whether it is allowed to calculate an optimal width and apply it to the column. |
AllowDrop | Overrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement. |
AllowMoving | Gets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property. |
AllowPrinting | Gets or sets whether to display the column in the printed/exported document. This is a dependency property. |
AllowResizing | Gets or sets whether an end user can resize this column. This is a dependency property. |
AllowSearchHeaderHighlighting | This property supports the internal infrastructure and is not intended to be used directly from your code. |
AreAnyTouchesCaptured | Gets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement. |
AreAnyTouchesCapturedWithin | Gets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement. |
AreAnyTouchesDirectlyOver | Gets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement. |
AreAnyTouchesOver | Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement. |
BestFitWidth | Gets or sets the column’s width when the Best Fit feature is applied to this column. |
BindingGroup | Overrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement. |
CellToolTipBinding | Gets or sets the binding that associates the cell tooltip with a property in the data source. |
CellToolTipTemplate | Gets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property. |
ColumnPosition | This member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property. |
CommandBindings | Overrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement. |
ContextMenu | Overrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement. |
Cursor | Overrides the Cursor property to hide it. Inherited from DXFrameworkContentElement. |
DataContext | Gets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement. |
DefaultStyleKey protected | Gets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement. |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
Fixed | Gets or sets whether the column/band is fixed. This is a dependency property. |
FixedWidth | Gets or sets whether the column’s width remains the same when the auto column width feature is enabled. This is a dependency property. |
Focusable | Overrides the Focusable property to hide it. Inherited from DXFrameworkContentElement. |
FocusVisualStyle | Overrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement. |
ForceCursor | Overrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement. |
HasAnimatedProperties | Overrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement. |
HasBottomElement | This member supports the internal infrastructure and is not intended to be used directly from your code. |
HasLeftSibling | Indicates whether the current column has a sibling column displayed on its left. This is a dependency property. |
HasRightSibling | Indicates whether the current column has a sibling column displayed on its right. This is a dependency property. |
HasTopElement | This member supports the internal infrastructure and is not intended to be used directly from your code. |
Header | Gets or sets the column header’s content. This is a dependency property. |
HeaderCaption | Gets the column header’s caption. This is a dependency property. |
HeaderImageStyle | Gets or sets the column header image style. This is a dependency property. |
HeaderStyle | Gets or sets a style applied to the column’s header. This is a dependency property. |
HeaderTemplate | Gets or sets the template that defines the column header’s presentation. This is a dependency property. |
HeaderTemplateSelector | Gets or sets an object that chooses a column header template based on custom logic. This is a dependency property. |
HeaderToolTip | Gets or sets the column header’s tooltip. This is a dependency property. |
HeaderToolTipTemplate | Gets or sets the template that defines the tooltip’s presentation. This is a dependency property. |
HorizontalHeaderContentAlignment | Gets or sets the column header’s content alignment. This is a dependency property. |
Image | Gets or sets the column header’s image. This is a dependency property. |
ImageAlignment | Gets or sets image’s alignment. This is a dependency property. |
InputBindings | Overrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement. |
InputScope | Overrides the InputScope property to hide it. Inherited from DXFrameworkContentElement. |
IsAutoGenerated | Gets whether the column has been generated automatically. This is a dependency property. |
IsEnabled | Overrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement. |
IsEnabledBinding | Gets or sets the binding that determines a cell’s enabled state. |
IsEnabledCore protected | Gets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement. |
IsFocused | Overrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement. |
IsInitialized | Gets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement. |
IsInputMethodEnabled | Overrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement. |
IsKeyboardFocused | Overrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement. |
IsKeyboardFocusWithin | Overrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement. |
IsLoaded | Gets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement. |
IsMouseCaptured | Overrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement. |
IsMouseCaptureWithin | Overrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement. |
IsMouseDirectlyOver | Overrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement. |
IsMouseOver | Overrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement. |
IsReadOnlyBinding | Gets or sets the binding that determines a cell’s read-only state. |
IsSealed | Overrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusCaptured | Overrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusCaptureWithin | Overrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusDirectlyOver | Overrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement. |
IsStylusOver | Overrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement. |
Language | Overrides the Language property to hide it. Inherited from DXFrameworkContentElement. |
LogicalChildren protected | Gets an enumerator for the logical child elements of this element. Inherited from FrameworkContentElement. |
MaxWidth | Gets or sets the column’s maximum width. |
MinWidth | Gets or sets the column’s minimum width. This is a dependency property. |
Name | Gets or sets the column name. |
OverridesDefaultStyle | Overrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement. |
Parent | Gets the parent in the logical tree for this element. Inherited from FrameworkContentElement. |
ParentBand | Gets the band that owns the column/band. This is a dependency property. |
Resources | Overrides the Resources property to hide it. Inherited from DXFrameworkContentElement. |
ShowInColumnChooser | Gets or sets whether to display a column or a band in the Column/Band Chooser. This is a dependency property. |
Style | Gets or sets the style to be used by this element. Inherited from FrameworkContentElement. |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement. |
TemplatedParent | Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement. |
ToolTip | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement. |
TouchesCaptured | Gets all touch devices that are captured to this element. Inherited from ContentElement. |
TouchesCapturedWithin | Gets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement. |
TouchesDirectlyOver | Gets all touch devices that are over this element. Inherited from ContentElement. |
TouchesOver | Gets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement. |
View | Gets the view that owns the column. This is a dependency property. |
Visible | Gets or sets whether to display the column within a View. This is a dependency property. |
Width | Gets or sets the column width. This is a dependency property. |
See Also