Class SerializableGridPercentageColumn
Represents a class that is used to serialize and deserialize GridPercentageColumn property settings.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableGridPercentageColumn : SerializableGridEditorColumn
Constructors
SerializableGridPercentageColumn()
Declaration
public SerializableGridPercentageColumn()
Properties
PercentDecimalDigits
Gets or sets the number of decimal places to use in percent values.
Declaration
public int PercentDecimalDigits { get; set; }
Property Value
Type |
---|
System.Int32 |
PercentDecimalSeparator
Gets or sets the string to use as the decimal separator in percent values.
Declaration
public string PercentDecimalSeparator { get; set; }
Property Value
Type |
---|
System.String |
PercentEditMode
Gets or sets a value that indicates whether the percent editor loads either percent or double value being edited in SerializableGridPercentageColumn.
Declaration
public PercentEditMode PercentEditMode { get; set; }
Property Value
Type |
---|
PercentEditMode |
PercentGroupSeparator
Gets or sets the string that separates groups of digits to the left of the decimal in percent values.
Declaration
public string PercentGroupSeparator { get; set; }
Property Value
Type |
---|
System.String |
PercentGroupSizes
Gets or sets the number of digits in each group to the left of the decimal in percent values.
Declaration
public Int32Collection PercentGroupSizes { get; set; }
Property Value
Type |
---|
System.Windows.Media.Int32Collection |
PercentNegativePattern
Gets or sets the format pattern for negative values in SerializableGridPercentageColumn.
Declaration
public int PercentNegativePattern { get; set; }
Property Value
Type |
---|
System.Int32 |
PercentPositivePattern
Gets or sets the format pattern for the positive values in SerializableGridPercentageColumn.
Declaration
public int PercentPositivePattern { get; set; }
Property Value
Type |
---|
System.Int32 |
PercentSymbol
Gets or sets the string to use as the percent symbol.
Declaration
public string PercentSymbol { get; set; }
Property Value
Type |
---|
System.String |