Class SerializableTreeGridPercentColumn
Represents a class that is used to serialize and deserialize TreeGridPercentColumn property settings.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableTreeGridPercentColumn : SerializableTreeGridEditorColumn
Constructors
SerializableTreeGridPercentColumn()
Declaration
public SerializableTreeGridPercentColumn()
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 SerializableTreeGridPercentColumn.
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 percentage 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 SerializableGridPercentColumn.
Declaration
public int PercentNegativePattern { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
PercentPositivePattern
Gets or sets the format pattern for the positive values in SerializableTreeGridPercentColumn.
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 |