Class
StringFormatOption

Identifies an option for string format selection.

Definition

Namespace:Telerik.Windows.Controls.FieldList.Editing

Assembly:Telerik.Windows.Controls.PivotFieldList.dll

Syntax:

cs-api-definition
public sealed class StringFormatOption

Inheritance: objectStringFormatOption

Constructors

StringFormatOption()

Declaration

cs-api-definition
public StringFormatOption()

Properties

Description

Gets the string description for this option.

Declaration

cs-api-definition
public string Description { get; }

Property Value

string

StringFormat

Gets the string format represented by this option.

Declaration

cs-api-definition
public string StringFormat { get; }

Property Value

string

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()