In This Article

DataGridGuidColumn Class

Represents a data-bound column for use in a DataGrid that utilizes the GuidEditBox control.

public class DataGridGuidColumn : DataGridPartEditBoxColumnBase<Guid?>
Inheritance:
object DataGridColumn DataGridBoundColumn DataGridBoundColumnBase DataGridPartEditBoxColumnBase<Guid?> object

Constructors

DataGridGuidColumn()

Initializes an instance of the class.

public DataGridGuidColumn()

Properties

Format

The number format string.

public string Format { get; set; }

Property Value

string:

The default value is "D".

HasPopup

Indicates whether the control has a popup available.

public bool HasPopup { get; set; }

Property Value

bool:

true if the control has a popup available; otherwise false. The default value is false.

IsArrowKeyPartNavigationEnabled

Indicates whether the left/right arrow keys can be used to move between and select editable parts.

public bool IsArrowKeyPartNavigationEnabled { get; set; }

Property Value

bool:

true if the left/right arrow keys can be used to move between and select editable parts; otherwise false. The default value is false.

Methods

ApplyStandardValues(FrameworkElement)

Applies standard values to the specified target element.

protected override void ApplyStandardValues(FrameworkElement targetElement)
Parameter Type Description
targetElement FrameworkElement

The target element.

GetEditBoxType()

The type of the associated PartEditBoxBase-derived control.

protected override Type GetEditBoxType()

Returns

Type

Fields

FormatProperty

Defines the Format property.

public static readonly DependencyProperty FormatProperty

Inherited Members

Extension Methods