[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCol.Format

Format Property

Format

Gets or sets a string that specifies how to format the data on this column.

Declaration
public string Format { get; set; }
Remarks

The Format property affects how values are formatted for display, not the values stored internally. To retrieve the formatted value of a cell, use the GetDataDisplay(int, int) property.

The Format string has the same semantics as the format argument in the .NET Format(IFormatProvider, string, object) method. For details and a complete set of examples, see the .NET documentation.