Class SerializableGridComboBoxColumn
Represents a class that is used to serialize and deserialize GridComboBoxColumn property settings.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SerializableGridComboBoxColumn : SerializableGridColumn
Constructors
SerializableGridComboBoxColumn()
Declaration
public SerializableGridComboBoxColumn()
Properties
DisplayMemberPath
Gets or sets the path that is used to display the visual representation of object.
Declaration
public string DisplayMemberPath { get; set; }
Property Value
Type |
---|
System.String |
SelectedValuePath
Gets or sets the path that is used to get the SelectedValue from the SelectedItem.
Declaration
public string SelectedValuePath { get; set; }
Property Value
Type |
---|
System.String |
TextDecorations
Gets or sets a value that indicates a TextDecorations that contains the effects to apply to the cell content.
Declaration
public TextDecorations TextDecorations { get; set; }
Property Value
Type |
---|
Windows.UI.Text.TextDecorations |
TextTrimming
Gets or sets a value that indicates the text trimming behaviour when content overflows the cell area.
Declaration
public TextTrimming TextTrimming { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.TextTrimming |
TextWrapping
Gets or sets a value that indicates how cell content should be wrapped.
Declaration
public TextWrapping TextWrapping { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.TextWrapping |