Back to Devexpress

BaseColumn Properties

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-dot-underscore-properties.md

latest27.6 KB
Original Source

BaseColumn Properties

Serves as a base for classes that represent columns or card fields.

NameDescription
ActualAllowMovingGets whether an end-user is allowed to move this column by dragging its header. This is a dependency property.
ActualAllowResizingGets whether an end-user can resize this column. This is a dependency property.
ActualBandCellLeftSeparatorColorGets an actual color of the left band separator. This is a dependency property.
ActualBandCellRightSeparatorColorGets an actual color of the right band separator. This is a dependency property.
ActualBandHeaderLeftSeparatorColorGets an actual color of the band header’s left separator. This is a dependency property.
ActualBandHeaderRightSeparatorColorGets an actual color of the band header’s right separator. This is a dependency property.
ActualBandLeftSeparatorWidthGets the actual width of the band’s left separator. This is a dependency property.
ActualBandRightSeparatorWidthGets the actual width of the band’s right separator. This is a dependency property.
ActualCellToolTipTemplateGets the actual cell tooltip template applied to the current column. This is a dependency property.
ActualHeaderStyleGets an actual style applied to the column’s header. This is a dependency property.
ActualHeaderTemplateSelectorGets the actual template selector that chooses a header template based on custom logic. This is a dependency property.
ActualHeaderToolTipTemplateGets the actual template that defines the tooltip’s presentation. This is a dependency property.
ActualHeaderWidthGets the column header’s width. This is a dependency property.
ActualWidthGets the column’s width. This is a dependency property.
AllowBestFitGets or sets whether it is allowed to calculate an optimal width and apply it to the column.
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AllowMovingGets or sets whether an end-user is allowed to move this column by dragging its header. This is a dependency property.
AllowPrintingGets or sets whether to display the column in the printed/exported document. This is a dependency property.
AllowResizingGets or sets whether an end user can resize this column. This is a dependency property.
AllowSearchHeaderHighlightingThis property supports the internal infrastructure and is not intended to be used directly from your code.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets 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.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets 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.
BestFitWidthGets or sets the column’s width when the Best Fit feature is applied to this column.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CellToolTipBindingGets or sets the binding that associates the cell tooltip with a property in the data source.
CellToolTipTemplateGets or sets the template that defines the cell tooltips‘s appearance. This is a dependency property.
ColumnPositionThis member supports the internal infrastructure and is not intended to be used directly from your code. This is a dependency property.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
EnableImmediatePostingGets or sets whether to post a cell value to a data source immediately after a user changes this value in a specific column. This is a dependency property.
FixedGets or sets whether the column/band is fixed. This is a dependency property.
FixedWidthGets or sets whether the column’s width remains the same when the auto column width feature is enabled. This is a dependency property.
FocusableOverrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursorOverrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
HasBottomElementThis member supports the internal infrastructure and is not intended to be used directly from your code.
HasLeftSiblingIndicates whether the current column has a sibling column displayed on its left. This is a dependency property.
HasRightSiblingIndicates whether the current column has a sibling column displayed on its right. This is a dependency property.
HasTopElementThis member supports the internal infrastructure and is not intended to be used directly from your code.
HeaderGets or sets the column header’s content. This is a dependency property.
HeaderCaptionGets the column header’s caption. This is a dependency property.
HeaderImageStyleGets or sets the column header image style. This is a dependency property.
HeaderStyleGets or sets a style applied to the column’s header. This is a dependency property.
HeaderTemplateGets or sets the template that defines the column header’s presentation. This is a dependency property.
HeaderTemplateSelectorGets or sets an object that chooses a column header template based on custom logic. This is a dependency property.
HeaderToolTipGets or sets the column header’s tooltip. This is a dependency property.
HeaderToolTipTemplateGets or sets the template that defines the tooltip’s presentation. This is a dependency property.
HorizontalHeaderContentAlignmentGets or sets the column header’s content alignment. This is a dependency property.
ImageGets or sets the column header’s image. This is a dependency property.
ImageAlignmentGets or sets image’s alignment. This is a dependency property.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsAutoGeneratedGets whether the column has been generated automatically. This is a dependency property.
IsEnabledOverrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledBindingGets or sets the binding that determines a cell’s enabled state.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedOverrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitializedGets 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.
IsInputMethodEnabledOverrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOverOverrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsReadOnlyBindingGets or sets the binding that determines a cell’s read-only state.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOverOverrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
LogicalChildren protectedGets an enumerator for the logical child elements of this element. Inherited from FrameworkContentElement.
MaxWidthGets or sets the column’s maximum width.
MinWidthGets or sets the column’s minimum width. This is a dependency property.
NameGets or sets the column name.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ParentBandGets the band that owns the column/band. This is a dependency property.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
ShowInColumnChooserGets or sets whether to display a column or a band in the Column/Band Chooser. This is a dependency property.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParentGets 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.
ToolTipThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
ViewGets the view that owns the column. This is a dependency property.
VisibleGets or sets whether to display the column within a View. This is a dependency property.
WidthGets or sets the column width. This is a dependency property.

See Also

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace