The following tables list the members exposed by DefinitionBase.
Name | Description | |
---|---|---|
![]() | ActivationBorder | Gets or sets the background color to use. |
![]() | ActivationBorderBottomWidth | Gets or sets the amount of bottom activation border to use for the cell content of this column. |
![]() | ActivationBorderLeftWidth | Gets or sets the amount of left activation border to use for the cell content for this column. |
![]() | ActivationBorderRightWidth | Gets or sets the amount of right activation border to use for the cell content of this column. |
![]() | ActivationBorderTopWidth | Gets or sets the amount of top activation border to use for the cell content for this column. |
![]() | ActualActivationBorder | Gets the actual background color that will be used. |
![]() | ActualBackground | Gets the actual background color that will be used. |
![]() | ActualBorder | Gets the actual border color that will be used. |
![]() | ActualHorizontalAlignment | Gets the actual horizontal alignment that will be used for the cell content. |
![]() | ActualLastStickyRowBackground | Gets the actual color for the last row in the sticky row area. |
![]() | ActualLineBreakMode | Gets the actual line break mode which will be used if text is present in the cell. |
![]() | ActualPinnedRowBackground | Gets the actual background color for cells belonging to rows marked as pinned. |
![]() | ActualPinnedRowOpacity | Gets or sets the color to use for displaying text. |
![]() | ActualStickyRowBackground | Gets the actual background color for content that sticks to the top of the grid. |
![]() | ActualTextColor | Gets the actual color used for displaying text. |
![]() | ActualVerticalAlignment | Gets the actual vertical alignment that will be used for the cell content. |
![]() | Background | Gets or sets the background color to use. |
![]() | Border | Gets or sets the background color to use. |
![]() | BorderBottomWidth | Gets or sets the amount of bottom border to use for the cell content of this column. |
![]() | BorderLeftWidth | Gets or sets the amount of left border to use for the cell content for this column. |
![]() | BorderRightWidth | Gets or sets the amount of right border to use for the cell content of this column. |
![]() | BorderTopWidth | Gets or sets the amount of top border to use for the cell content for this column. |
![]() | ContentOpacity | Gets or sets the opacity of the content. |
![]() | Font | Returns or sets the font for the text. |
![]() | FontFamily | Returns or sets the font family for the text. |
![]() | FontSize | Returns or sets the font size for the text. |
![]() | FontStyle | Returns or sets the font style for the text. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment to use for the cell content. |
![]() | LastStickyRowBackground | Gets or sets the color for the last row in the sticky row area. |
![]() | LineBreakMode | Gets or sets the line breaking mode to use if text is present in the cell. |
![]() | PinnedRowBackground | Gets or sets the background color for cells belonging to rows marked as pinned. |
![]() | PinnedRowOpacity | Gets or sets the color to use for displaying text. |
![]() | StickyRowBackground | Gets or sets the background color for content that sticks to the top of the grid. |
![]() | TextColor | Gets or sets the color to use for displaying text. |
![]() | VerticalAlignment | Gets or sets the vertical alignment to use for the cell content. |
Name | Description | |
---|---|---|
![]() | GetNamedValue | Gets the value for a named value from this definition. |
![]() | HasNamedValue | Returns if this definition has a named value with a given name. |
![]() | HasNamedValues | Returns if this definition has named value. |
![]() | RemoveNamedValue | Removes the named value from this definition by name. |
![]() | SetNamedValue | Sets a named value for the cells associated with this definition. |
Name | Description | |
---|---|---|
![]() | OnCellStyleKeyRequested | Used to invoke the DefinitionBase.CellStyleKeyRequested event. |
![]() | OnDataBinding | Used to invoke the DefinitionBase.DataBinding event. |
![]() | OnDataBound | Used to invoke the DefinitionBase.DataBound event. |
![]() | OnPropertyChanged | Used to raise the PropertyChanged event when a property of the object has been changed. |
Name | Description | |
---|---|---|
![]() | CellStyleKeyRequested | Called when the style key for a cell is needed. Used for recycling the cell. |
![]() | DataBinding | Called when a cell is data binding. |
![]() | DataBound | Called when a cell has been data bound. |
![]() | PropertyChanged | Invoked when a property of the object has been changed. |