New to Telerik UI for WPFStart a free 30-day trial

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; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()