Gets or sets maximum width of the content. Use in DataGridPanel, should not be set manually.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
double ActualContentWidth { get; set; }
Visual Basic
Property ActualContentWidth As Double
	Get
	Set
JScript
function get ActualContentWidth () : double
function set ActualContentWidth (value : double)

See Also