DataGridColumnStyle.Width Свойство

Определение

Получает или задает ширину столбца.

public:
 virtual property int Width { int get(); void set(int value); };
public virtual int Width { get; set; }
member this.Width : int with get, set
Public Overridable Property Width As Integer

Значение свойства

Int32

Ширина столбца в пикселях.

Примеры

Следующий пример кода задает ширину DataGridColumnStyle нового значения.


Private Sub SetWidth()
   Dim dgc As DataGridColumnStyle
   dgc = DataGrid1.TableStyles(0).GridColumnStyles("id")
   dgc.Width = 500
End Sub

Применяется к

См. также раздел