Class StringFormatOption
Identifies an option for string format selection.
Inheritance
System.Object
StringFormatOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.FieldList.Editing
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class StringFormatOption
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
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()