Class StringFormatOption
Identifies an option for string format selection.
Inheritance
System.Object
StringFormatOption
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class StringFormatOption : Object
Constructors
StringFormatOption()
Declaration
public StringFormatOption()
Properties
Description
Gets the string description for this option.
Declaration
public string Description { get; }
Property Value
System.String
|
StringFormat
Gets the string format represented by this option.
Declaration
public string StringFormat { get; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|