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. |
![]() | FormatCell | Formats the specified cell to display the specified row value and returns the widget that is created as cell content. |
![]() | FormatDefaultCell | Must override to create the default cell view, which is used for default row measurement purposes. |
Name | Description | |
---|---|---|
![]() | ApplyColumnCellFormat | Formats the column cell. |
![]() | ApplyViewFormat | Formats the specified view |
![]() | CreateCellView | Must override to create a view for the specified cell and non-null value. |
![]() | CreateDataCellViewCore | Creates a data cell view for the specified row value. Raises the CreateDataCellView event. |
![]() | CreateNullCellView | Creates a view for the specified cell null value. |
![]() | GetAutomaticHorizontalAlignment | Gets the automatic horizontal alignment for the specified cell and value. |
![]() | GetAutomaticVerticalAlignment | Gets the automatic vertical alignment for the specified cell and value. |
![]() | MxOI | |
![]() | 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. |