ListColumn<TBusinessObject>.DefaultWidth Property
Gets or sets the default width of the ListColumn<TBusinessObject> in pixels.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public int DefaultWidth { get; set; }
public:
property int DefaultWidth {
virtual int get() sealed;
virtual void set(int value) sealed;
}
Public Property DefaultWidth As Integer
Property Value
Type: System.Int32
The width of the ListColumn<TBusinessObject> in pixels.
Remarks
TBusinessObject represents a business object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
ListColumn<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top