Class DisplayOptionsAttribute
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.Common.DataAnnotations
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public sealed class DisplayOptionsAttribute : Attribute
Constructors
DisplayOptionsAttribute()
Declaration
public DisplayOptionsAttribute()
Properties
ColumnPosition
Declaration
public int ColumnPosition { get; set; }
Property Value
System.Int32
|
ColumnSpan
Declaration
public int ColumnSpan { get; set; }
Property Value
System.Int32
|
Group
Declaration
public string Group { get; set; }
Property Value
System.String
|
GroupResourceKey
Gets or sets the key which the DataFormResourceManager will use to extract the group display text from the multi-lingual resource files. See DataForm Globalization for more information.
Declaration
public string GroupResourceKey { get; set; }
Property Value
System.String
|
Header
Declaration
public string Header { get; set; }
Property Value
System.String
|
HeaderResourceKey
Gets or sets the key which the DataFormResourceManager will use to extract the header display text from the multi-lingual resource files. See DataForm Globalization for more information.
Declaration
public string HeaderResourceKey { get; set; }
Property Value
System.String
|
PlaceholderText
Declaration
public string PlaceholderText { get; set; }
Property Value
System.String
|
PlaceholderTextResourceKey
Gets or sets the key which the DataFormResourceManager will use to extract the placeholder display text from the multi-lingual resource files. See DataForm Globalization for more information.
Declaration
public string PlaceholderTextResourceKey { get; set; }
Property Value
System.String
|
Position
Declaration
public int Position { get; set; }
Property Value
System.Int32
|