Version

DefinitionBase Class Members

The following tables list the members exposed by DefinitionBase.

Public Properties
 NameDescription
Public PropertyActivationBorderGets or sets the background color to use.  
Public PropertyActivationBorderBottomWidthGets or sets the amount of bottom activation border to use for the cell content of this column.  
Public PropertyActivationBorderLeftWidthGets or sets the amount of left activation border to use for the cell content for this column.  
Public PropertyActivationBorderRightWidthGets or sets the amount of right activation border to use for the cell content of this column.  
Public PropertyActivationBorderTopWidthGets or sets the amount of top activation border to use for the cell content for this column.  
Public PropertyActualActivationBorderGets the actual background color that will be used.  
Public PropertyActualBackgroundGets the actual background color that will be used.  
Public PropertyActualBorderGets the actual border color that will be used.  
Public PropertyActualHorizontalAlignmentGets the actual horizontal alignment that will be used for the cell content.  
Public PropertyActualLastStickyRowBackgroundGets the actual color for the last row in the sticky row area.  
Public PropertyActualLineBreakModeGets the actual line break mode which will be used if text is present in the cell.  
Public PropertyActualPinnedRowBackgroundGets the actual background color for cells belonging to rows marked as pinned.  
Public PropertyActualPinnedRowOpacityGets or sets the color to use for displaying text.  
Public PropertyActualStickyRowBackgroundGets the actual background color for content that sticks to the top of the grid.  
Public PropertyActualTextColorGets the actual color used for displaying text.  
Public PropertyActualVerticalAlignmentGets the actual vertical alignment that will be used for the cell content.  
Public PropertyBackgroundGets or sets the background color to use.  
Public PropertyBorderGets or sets the background color to use.  
Public PropertyBorderBottomWidthGets or sets the amount of bottom border to use for the cell content of this column.  
Public PropertyBorderLeftWidthGets or sets the amount of left border to use for the cell content for this column.  
Public PropertyBorderRightWidthGets or sets the amount of right border to use for the cell content of this column.  
Public PropertyBorderTopWidthGets or sets the amount of top border to use for the cell content for this column.  
Public PropertyContentOpacityGets or sets the opacity of the content.  
Public PropertyFontReturns or sets the font for the text.  
Public PropertyFontFamilyReturns or sets the font family for the text.  
Public PropertyFontSizeReturns or sets the font size for the text.  
Public PropertyFontStyleReturns or sets the font style for the text.  
Public PropertyHorizontalAlignmentGets or sets the horizontal alignment to use for the cell content.  
Public PropertyLastStickyRowBackgroundGets or sets the color for the last row in the sticky row area.  
Public PropertyLineBreakModeGets or sets the line breaking mode to use if text is present in the cell.  
Public PropertyPinnedRowBackgroundGets or sets the background color for cells belonging to rows marked as pinned.  
Public PropertyPinnedRowOpacityGets or sets the color to use for displaying text.  
Public PropertyStickyRowBackgroundGets or sets the background color for content that sticks to the top of the grid.  
Public PropertyTextColorGets or sets the color to use for displaying text.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment to use for the cell content.  
Public Methods
 NameDescription
Public MethodGetNamedValueGets the value for a named value from this definition.  
Public MethodHasNamedValueReturns if this definition has a named value with a given name.  
Public MethodHasNamedValuesReturns if this definition has named value.  
Public MethodRemoveNamedValueRemoves the named value from this definition by name.  
Public MethodSetNamedValueSets a named value for the cells associated with this definition.  
Protected Methods
 NameDescription
Protected MethodOnCellStyleKeyRequestedUsed to invoke the DefinitionBase.CellStyleKeyRequested event.  
Protected MethodOnDataBindingUsed to invoke the DefinitionBase.DataBinding event.  
Protected MethodOnDataBoundUsed to invoke the DefinitionBase.DataBound event.  
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed.  
Public Events
 NameDescription
Public EventCellStyleKeyRequestedCalled when the style key for a cell is needed. Used for recycling the cell.  
Public EventDataBindingCalled when a cell is data binding.  
Public EventDataBoundCalled when a cell has been data bound.  
Public EventPropertyChangedInvoked when a property of the object has been changed.  
See Also