StringFormatOption
Class
Identifies an option for string format selection.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public sealed class StringFormatOption
Inheritance: objectStringFormatOption
Constructors
C#
public StringFormatOption()
Properties
Gets the string description for this option.
C#
public string Description { get; }
Gets the string format represented by this option.
C#
public string StringFormat { get; }