Interface IDataGridCell
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IDataGridCell : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
CellText
Declaration
string CellText { get; }
Property Value
System.String
|