List PaddingColumn Property
Get or set the padding between columns
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int Column {
get;
set; }VB
Public Property Column As Integer
Get
SetC++
public:
property int Column {
int get ();
void set (int value);
}F#
member Column : int with
get, set