The following tables list the members exposed by NColumnFormat.
Name | Description | |
---|---|---|
BackgroundFill | Gets or sets the background filling of the data cells. When set to null, the data cells use the default background fill style. | |
Font | Gets or sets the font of the cell views. When set to null, the cells views use the default font style. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the data cell view relative to the data cell. | |
OwnerColumn | Gets the column owning this column format. | |
TextFill | Gets or sets the text filling of the cell views. When set to null, the cells views use the default text fill style. | |
VerticalAlignment | Gets or sets the vertical alignment of the data cell view relative to the data cell. |
Name | Description | |
---|---|---|
CanCopy | Determines whether the specified cell can copy its content on the clipboard. | |
Copy | Copies the content of the specified data cell on the clipboard. | |
CreateDefaultForDataType | Creates the default column format for the specified data type. | |
FormatDataCell | Formats the specified data cell to display the specified row value and returns the widget that is created as dataCell content. | |
FormatDefaultDataCell | Must override to create the default data cell view, which is used for default row measurement purposes. |
Name | Description | |
---|---|---|
ApplyDataCellFormat | Formats the data cell. | |
ApplyViewFormat | Formats the specified view | |
CreateDataCellViewCore | Creates a data cell view for the specified row value. Raises the CreateDataCellView event. | |
CreateNullDataCellView | create a view for the specified dataCell null value. | |
CreateValueDataCellView | Must override to create a view for the specified dataCell and non-null value. | |
EdOI | ||
GetAutomaticHorizontalAlignment | Gets the automatic horizontal alignment for the specified dataCell and value. | |
GetAutomaticVerticalAlignment | Gets the automatic vertical alignment for the specified dataCell and value. | |
OnAttributeChanged | Overridden. | |
OnChanged | Overridden. Called when an arbitrary mutation has occured in this node |
Name | Description | |
---|---|---|
CreateDataCellView | Occurs when the column format needs to create a cell view. |