TreeGridTextBoxValidationColumnLocationScreen Property

Gets a comma-delimited String describing the dimensions and absolute location of this element on the screen.

The String consists of the following values: 'Left, Top, Width, Height'

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public string LocationScreen { get; set; }

Property Value

String

Implements

IGridTextBoxValidationColumnLocationScreen

See Also