AxpDataGrid

AxpDataGrid.ImageDir Property

The relative or full URL to the directory where the navigation bar gif files are stored.

[Visual Basic]
Public Property ImageDir As String
[C#]
public string ImageDir {get; set;}

Property Value

The relative or full URL to the directory where the navigation bar gif files are stored.

Remarks

Default="../gfx/"


The image files are supplied with the Sample application and can be found in the subdirectory gfx

You can either make a site wide ImageDir catalogue or copy the required image files to each Web application.

Examples

ImageDir="http://localhost/myapp/gfx/"
ImageDir="http://localhost/gfx/"
ImageDir="~/gfx/"
ImageDir="/myapp/gfx/"
            

See Also

AxpDataGrid Class | Axezz.WebControls Namespace